net/http.http2ClientConn.werr (field)
7 uses
	net/http (current package)
		h2_bundle.go#L7526: 	werr error        // first write error that has occurred
		h2_bundle.go#L7949: 		err:     &cc.werr,
		h2_bundle.go#L7995: 	if cc.werr != nil {
		h2_bundle.go#L7997: 		return nil, cc.werr
		h2_bundle.go#L8799: 	werr := cc.werr
		h2_bundle.go#L8834: 	for len(hdrs) > 0 && cc.werr == nil {
		h2_bundle.go#L8854: 	return cc.werr
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |